2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AppDomainProxy<TAppClass> Class / AppDomainProxy<TAppClass> Constructor / AppDomainProxy<TAppClass> Constructor(String)
The name of the application.

In This Topic
    AppDomainProxy<TAppClass> Constructor(String)
    In This Topic
    Creates a new instance of AppDomainProxy<TAppClass> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal AppName As System.String _
    )
    public AppDomainProxy<TAppClass>( 
       System.string AppName
    )

    Parameters

    AppName
    The name of the application.
    See Also